Imported Upstream version 1.3.1
authorPeter Colberg <peter@colberg.org>
Sun, 1 Nov 2015 16:05:23 +0000 (11:05 -0500)
committerPeter Colberg <peter@colberg.org>
Sun, 1 Nov 2015 16:05:23 +0000 (11:05 -0500)
commit112f7c3d9bff479f8893e116297c17c9e4af175c
tree5d5150260dcd84ac1c7b15ec31cf9b236a488d89
Imported Upstream version 1.3.1
33 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
bench/Makefile [new file with mode: 0644]
bench/bench.c [new file with mode: 0644]
bench/icu.c [new file with mode: 0644]
bench/unistring.c [new file with mode: 0644]
bench/util.c [new file with mode: 0644]
bench/util.h [new file with mode: 0644]
data/Makefile [new file with mode: 0644]
data/charwidths.jl [new file with mode: 0644]
data/data_generator.rb [new file with mode: 0644]
lump.md [new file with mode: 0644]
test/case.c [new file with mode: 0644]
test/charwidth.c [new file with mode: 0644]
test/graphemetest.c [new file with mode: 0644]
test/iterate.c [new file with mode: 0644]
test/normtest.c [new file with mode: 0644]
test/printproperty.c [new file with mode: 0644]
test/tests.c [new file with mode: 0644]
test/tests.h [new file with mode: 0644]
test/valid.c [new file with mode: 0644]
utf8proc.c [new file with mode: 0644]
utf8proc.h [new file with mode: 0644]
utf8proc_data.c [new file with mode: 0644]
utils.cmake [new file with mode: 0644]